Pagesetup Pagetype A4 Orient Tall Top 0 Bottom 2.54 Left 0 Right 0
SectionSetup Top 2.54 Bottom 2.54 Inside 2 Outside 1
LinePrefs LineWt .5
DrawLine 1 2 3.5 20 3.5
DrawLine 1 2 26 20 26
If lm=1 then DrawLine 1 0.5 14.85 1 14.85
TextTool
If cl=1 then;do
Do i=0 to 13
SetTab i*1.3+0.8 Right
End
NameFont="FWDocs/Codes-"||FontName
Justify Center
Font Softsans
FontSize 18
Type FontName||R||R
a=0
DO w=1 to 15
Font Softsans
FontSize 8
DO x=a+33 to a+46
Type d2c(9)||x|| d2c(32)|| d2c(x)
END
Type R
Font FontName
FontSize 24
DO x=a+33 to a+46
Type d2c(9)
Type d2c(x)
END
Type R
a=a+14
END
Font Softsans
FontSize 8
DO x=a+33 to a+45
Type d2c(9)||x|| d2c(32)|| d2c(x)
END
Type d2c(9)||R
Font FontName
FontSize 24
DO x=a+33 to a+45
Type d2c(9)
Type d2c(x)
END
Type d2c(9)||R
FontSize 12
Type d2c(9)||R
Font Softsans
FontSize 8
Justify Right
Type Date(O)" - "FullFontName
END
If cl=2 then;do
Justify Center
NameFont="FWDocs/Layout-"||FontName
Font Softsans
FontSize 18
Type FontName||R
Justify Left
Font FontName
FontSize 8
Type R||"This is 8-point type - not easy to read!"||R
FontSize 9
Type "9-Point type is about the smallest readable size."||R
FontSize 10
Type "With 10-point type, we have a normal text size."||R
FontSize 12
Type "With some fonts, 12-point type is easier to read."||R
FontSize 14
Type "14-point type is good for subheadings."||R
FontSize 16
Type "For larger subheadings, try 16-point type."||R
FontSize 18
Type "18-point type makes nice small headlines."||R
FontSize 24
Type "24-point type is for medium headlines."||R
FontSize 36
Type "36-point is for larger ones."||R
FontSize 48
Type "48-point almost shouts!"||R||R
FontSize 12
Font SoftSans
Type "NORMAL"||R
FontSize 10
Font FontName
Type "ABCDEFGHIJKLMNOPQRSTUVWXYZ"||R
Type "abcdefghijklmnopqrstuvwxyz 1234567890 !@#$%^&*()-+=[]{}/:;,.?"||R
Type "The quick brown fox jumps over the lazy dog."||R||R||R
Font SoftSans
Type "EXTENDED CHARACTERS"||R
FontSize 10
Font FontName
j=0
Do i=1 to 4
Do k=128+j to 159+j
Type d2c(k)
End
Type R
j=j+32
End
Status BodyTextHeight
th=result
FG=26.24-2.113-th
FG=Trunc(FG*8/0.34)
FontSize FG
Type d2c(9)
Font SoftSans
FontSize 8
Type R
Justify Right
Type Date(O)" - "FullFontName
End
call WH
If wgw~=3 then
Save NameFont
If wgw=2 then
Print
If wgw=3 then
Print
Cleardoc force
END
else;do
call WH
'ShowMessage 1 1 "FW cant display this font..." "Its a non-FW-font..." "" "Okay" "" ""'
end
END
Ende:
address(FW)
If cl=1 then 'ShowMessage 2 1 "You can find the documents in the FWDocs-Drawer." "Recognizable on «Codes-.....«" "Thanx for use." "@-`-" "Please" ":-))"'
If cl=2 then 'ShowMessage 2 1 "You can find the documents in the FWDocs-Drawer." "Recognizable on «Layout-.....«" "Thanx for use." "@-`-" "Please" ":-))"'